mirror of
git://erdgeist.org/opentracker
synced 2025-04-21 21:52:00 +02:00
white space
This commit is contained in:
parent
ffa7b81690
commit
1b976863fc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ static void http_senddata( const int64 sock, struct ot_workstruct *ws ) {
|
|||
memmove( array_start(&cookie->request), ws->request + ws->header_size, rest );
|
||||
array_truncate( &cookie->request, 1, rest );
|
||||
} else
|
||||
array_catb(&cookie->request, ws->request + ws->header_size, rest );
|
||||
array_catb(&cookie->request, ws->request + ws->header_size, rest );
|
||||
} else
|
||||
array_reset( &cookie->request );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue