Le 21/05/2012 14:36, Alex Grönholm a écrit :
This has been discussed before and it's impossible to implement since
proxying such things does not work over a number of protocols (FCGI,
SCGI). IIRC, the front-end web server likes to send its own 1xx response
before the application has a chance to send its own. The original
discussion was about implement WebDAV, but WebSocket has the same issues.

What would be possible is a server that does HTTP + WebSocket on the network side and WSGI + (some other API for WebSocket) on the application side, although I don’t know a server doing this.

--
Simon Sapin
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to