summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_http.c b/ot_http.c
index 374d6d8..53de0e8 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -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