diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-06 19:21:03 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-06 19:21:03 +0200 |
| commit | d9a5f046754581f0edaa0e385f865bcc5ee842e3 (patch) | |
| tree | c73dc6a2ae9b1c0fa96c8dde05a11f60cae745fe /ot_http.c | |
| parent | 880d5145a0644e348e06f5660de5c2256fdebd25 (diff) | |
Return peer from both address families on announce
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 | ||
