
28 Nov
2011
28 Nov
'11
8:52 a.m.
I've also tried to glue wai and http-enumerator together to make a streamlined proxy server, but i think there is no easy way to make uploading streamlined with current interface. But with HEAD version of warp, you can use `settingsIntercept`[1] to gen control to the socket, with the raw socket you can make a enumerator based on it and pass to http-enumerator, and make upload streaming works.
In my understanding, settingsIntercept is for web socket which starts with HTTP but switches to new transport (not application) layer. My target is HTTP relay. If I use settingsIntercept, I cannot make use of benefits of Warp. Regards, --Kazu