Re: [PATCH] apache-1.3/src/os/netware/os.c

2001-11-29 Thread Brad Nicholes
Pavel, Your patch looks good. It looks like a much cleaner solution. What version of Winsock have you tested this patch with? Did you try it on NW6? As soon as I get some time to implement it and test it myself, I will get it checked in. thanks, Brad [EMAIL PROTECTED] Wednesday,

Re: [PATCH] apache-1.3/src/os/netware/os.c

2001-11-29 Thread Pavel Novy
Brad, I've tested my patch on NW5.1 SP3+ box with the latest (Beta) patches installed (011022n5 = wsock4f, ...), not running other versions/configurations of NetWare such as NW6, so I can't test it here. I'm not absolutely sure if WSAIoctl(..., SO_SSL_GET_FLAGS,...) is 100% okay. I have no

[PATCH] apache-1.3/src/os/netware/os.c

2001-11-28 Thread Pavel Novy
Hi, attached patch to fix invalid redirections from https://some_site/some_location; to http://some_site/some_location/;. Pavel --- src/os/netware/os.c Thu Aug 23 16:12:02 2001 +++ src_gcc/os/netware/os.c Tue Nov 27 23:19:06 2001 @@ -351,26 +351,9 @@ char *ap_os_http_method(void *r) {