Skip to content

Update main.c break added after case#8

Open
chamber909 wants to merge 1 commit intoinfraredCoding:masterfrom
chamber909:master-1
Open

Update main.c break added after case#8
chamber909 wants to merge 1 commit intoinfraredCoding:masterfrom
chamber909:master-1

Conversation

@chamber909
Copy link

	while (header_token != NULL) {

		switch (header_parse_counter) {
			case 0:
				method = header_token; ///----> added the break
			case 1:
				urlRoute = header_token; ///----> added the break
		}
		header_token = strtok(NULL, " ");
		header_parse_counter++;
	}
	
	causing problem unable to get the printf in the terminal
	now fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant