defaults for request-chunked-data and reply-chunked-data
Paul Slootman <[email protected]>
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
according to README.CONF, the defaults for request-chunked-data and
reply-chunked-data are both "yes". However, I see this in configdata.c:
{"reply-chunked-data" ,&ReplyChunkedData ,0,0,Fixed,Boolean ,"no" },
...
{"request-chunked-data" ,&RequestChunkedData ,1,0,Fixed,Boolean ,"yes"}
So README.CONF should be changed for reply-chunked-data ...
Thanks,
Paul Slootman