Re: [RFC] Adding UDP support to server

2007-02-23 Thread Taisuke Yamada
. The core input filter just > uses a socket bucket to read from; if apr_bucket_type_socket supports > UDP sockets, we should be good to go on that end. The core output > filter is also fairly simple - just check that we're a SOCK_STREAM > socket before attempting to sendfile. > >

Re: PHP POST handling

2002-10-01 Thread Taisuke Yamada
looked though past discussion, and it seems there was no negative response on making this behavior configurable. There even was a patch (not the one I posted sometime ago - it existed for several years), but for some reason, it never got incorporated. -- Taisuke Yamada <[EMAIL PROTECTE

Re: [PATCH] OPTIONS for CGI (mod_cgi)

2002-08-25 Thread Taisuke Yamada
d this too, seems to be available since late 1999: http://www.zope.org/Members/Brian/Misc/mod_cgi_webdav_patch.html Was this PR simply forgotten, or is there any reason for not getting it in? -- Taisuke Yamada <[EMAIL PROTECTED]> Internet Initiative Japan Inc., Technical Planning Division

[PATCH] OPTIONS for CGI (mod_cgi)

2002-08-22 Thread Taisuke Yamada
any reason to prohibit it just because 99 out of 100 CGI scripts don't support it. My patch (this is for 1.3) adds new directive "PassThruRequest (on|off)" to allow CGI script handle any HTTP request method. -- Taisuke Yamada <[EMAIL PROTECTED]> Internet Initiative Japan

Re: Host: header and proxy

2002-03-30 Thread Taisuke Yamada
so even though server side may be capable of such a configuration, client side is not. Regards, -- Taisuke Yamada <[EMAIL PROTECTED]> Internet Initiative Japan Inc., Technical Planning Division

[PATCH] HTTP proxy, ab, and Host: as a hop-by-hop header?

2002-03-28 Thread Taisuke Yamada
ab-2.0.32. If there's any chance to get new option (like -rfc as in -ansi in gcc?) into ab, I'll probably make one and submit it also. Best Regards, -- Taisuke Yamada <[EMAIL PROTECTED]> Internet Initiative Japan Inc., Technical Planning Division * Quick fix to make lates