]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
And now pass the initial request to the backend...
authorJim Jagielski <jim@apache.org>
Wed, 6 Mar 2013 21:25:48 +0000 (21:25 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 6 Mar 2013 21:25:48 +0000 (21:25 +0000)
commit63c5048f6de50e720182783010936ca09832d396
treeff4f9284aa86bab453162444534fb6cad241050a
parent209ce863d6f3c4d5668a7e4bf951bc29e29ad28b
And now pass the initial request to the backend...

I dislike this duplication of code from mod_proxy_http()
but maybe it's inevitable. I may create ap_proxy_create_headerb()
to create a header brigade that both modules can use.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1453574 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_websocket.c