X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.h;h=8a6ac1d3b4c76b65f9181a54a87411ab79465bf4;hb=9ee952e04b4765c49f3b767813f8c8d5579ae005;hp=be86bb205c0897f6db8b52a0e5ea5e039c8f8999;hpb=cc29eab9f928f6cd0f4231cb2e554e2ac7b0b1f3;p=pazpar2-moved-to-github.git diff --git a/src/http.h b/src/http.h index be86bb2..8a6ac1d 100644 --- a/src/http.h +++ b/src/http.h @@ -1,4 +1,4 @@ -/* $Id: http.h,v 1.7 2007-04-10 08:48:56 adam Exp $ +/* $Id: http.h,v 1.8 2007-04-15 00:35:57 quinn Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -49,7 +49,7 @@ struct http_channel struct http_request *request; struct http_response *response; struct http_channel *next; // for freelist - char *addr; /* forwarded address */ + char addr[20]; // forwarded address }; struct http_proxy // attached to iochan for proxy connection