Skip to content

Commit

Permalink
whitespace police raid
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Aug 3, 2012
1 parent 35d8e76 commit 7b99a3d
Show file tree
Hide file tree
Showing 7 changed files with 1,871 additions and 1,986 deletions.
4 changes: 2 additions & 2 deletions examples/bel2125-issue349.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static void *event_callback(enum mg_event event, struct mg_connection *conn) {
mg_set_response_code(conn, 200);

if (ie_hack2) mg_connection_must_close(conn); // the stackoverflow suggested fix: http://stackoverflow.com/questions/3731420/why-does-ie-issue-random-xhr-408-12152-responses-using-jquery-post

contentType = mg_get_header(conn, "Content-Type");

if (ie_hack)
Expand Down Expand Up @@ -314,7 +314,7 @@ static void *event_callback(enum mg_event event, struct mg_connection *conn) {
}
}
#endif // USE_BEL2125_TEST_NR_18_EVENT_HANDLER

if (event != MG_NEW_REQUEST) {
// This callback currently only handles new requests
return NULL;
Expand Down
Loading

0 comments on commit 7b99a3d

Please sign in to comment.