Skip to content

Commit

Permalink
pi_http: return "200 OK" instead of "0 Unknown"
Browse files Browse the repository at this point in the history
(cherry picked from commit 73f8117)
  • Loading branch information
ovidiusas committed Apr 11, 2016
1 parent 44d2748 commit 36c4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pi_http/pi_http.c
Expand Up @@ -267,7 +267,7 @@ int ph_answer_to_connection (void *cls, void *connection,
*page = PI_HTTP_U_METHOD;
}

return 0;
return 200;
}


Expand Down

0 comments on commit 36c4c63

Please sign in to comment.