Searched hist:94134 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.cdiff 94134 Sun Apr 07 15:41:33 MDT 2002 asmodai Give functions proper return type, since the default is an integer, where
the author obviously meant a void since he doesn't return any values.

One caveat, http_request has three return()'s, but doesn't do anything
with it. Either the code needs to be rewritten to take care of proper
error handling on that point, or the returns ripped out. I made it void
for now.

Completed in 166 milliseconds