cvs commit: apache-1.3/src/modules/proxy proxy_http.c

1998-08-27 Thread martin
martin 98/08/27 09:02:38 Modified:src CHANGES src/modules/proxy proxy_http.c Log: Triggered by the recent Via: header changes, the proxy module would dump core for replies with invalid headers (e.g., duplicate HTTP/1.0 200 OK lines). These errors are now

cvs commit: apache-1.3/src/modules/proxy proxy_http.c

1998-06-23 Thread dgaudet
dgaudet 98/06/23 00:31:10 Modified:src/modules/proxy proxy_http.c Log: Fix another bug that Ben's const char * changes identified... this fix is untested though. It's not correct to modify the return from ap_table_get under any circumstance, even if you are about to delete it

cvs commit: apache-1.3/src/modules/proxy proxy_http.c proxy_util.c

1998-03-22 Thread martin
martin 98/03/22 14:21:03 Modified:src/modules/proxy proxy_http.c proxy_util.c Log: Add proxy capabilities to EBCDIC port: until now, each cached file would be converted twice when not in the cache, and converted once if in the cache (this would deliver incorrect contents). Now

cvs commit: apache-1.3/src/modules/proxy proxy_http.c

1998-03-16 Thread marc
marc98/03/16 11:35:00 Modified:src CHANGES src/modules/proxy proxy_http.c Log: We need to clear the Proxy-Connection header or connections can hang when we are talking to a remote server that looks like an origin server to us but is really being a reverse

cvs commit: apache-1.3/src/modules/proxy proxy_http.c

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:58:09 Modified:src CHANGES src/modules/proxy proxy_http.c Log: ProxyPass didn't deal with query strings because the ?args part is already truncated in that case. Joel's patch worked for subrequests (i.e. via #include virtual)... I fixed