mirror of
git://erdgeist.org/opentracker
synced 2025-02-04 19:16:23 +00:00
Merge branch 'master' into erdgeist-fix-top10-stats
This commit is contained in:
commit
384799b5b3
@ -177,6 +177,9 @@ static void handle_read( const int64 sock, struct ot_workstruct *ws ) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( byte_count == -1)
|
||||||
|
return;
|
||||||
|
|
||||||
/* If we get the whole request in one packet, handle it without copying */
|
/* If we get the whole request in one packet, handle it without copying */
|
||||||
if( !array_start( &cookie->request ) ) {
|
if( !array_start( &cookie->request ) ) {
|
||||||
if( ( ws->header_size = header_complete( ws->inbuf, byte_count ) ) ) {
|
if( ( ws->header_size = header_complete( ws->inbuf, byte_count ) ) ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user