X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.h;h=1067e85080adc80490c7b3d3cb1ef37b9d85fd0a;hb=dfa3f5aa5c191a7e528e09789fce3d82d62c8e51;hp=4bae5715244857f9c43da10548bac7b5a9787f14;hpb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;p=pazpar2-moved-to-github.git diff --git a/src/http.h b/src/http.h index 4bae571..1067e85 100644 --- a/src/http.h +++ b/src/http.h @@ -50,7 +50,7 @@ struct http_channel struct http_request *request; struct http_response *response; struct http_channel *next; // for freelist - char addr[20]; // forwarded address + char addr[256]; // forwarded address http_channel_observer_t observers; struct conf_server *server; http_server_t http_server;