diff options
Diffstat (limited to 'ot_http.c')
| -rw-r--r-- | ot_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -588,7 +588,7 @@ ssize_t http_handle_request( const int64 sock, struct ot_workstruct *ws ) { | |||
| 588 | memcpy( ws->debugbuf, ws->request, reply_off ); | 588 | memcpy( ws->debugbuf, ws->request, reply_off ); |
| 589 | ws->debugbuf[ reply_off ] = 0; | 589 | ws->debugbuf[ reply_off ] = 0; |
| 590 | #endif | 590 | #endif |
| 591 | 591 | ||
| 592 | /* Tell subroutines where to put reply data */ | 592 | /* Tell subroutines where to put reply data */ |
| 593 | ws->reply = ws->outbuf + SUCCESS_HTTP_HEADER_LENGTH; | 593 | ws->reply = ws->outbuf + SUCCESS_HTTP_HEADER_LENGTH; |
| 594 | 594 | ||
