spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.7k stars 38.14k forks source link

Add support for extensions during WebSocket handshake [SPR-10843] #15470

Closed spring-projects-issues closed 11 years ago

spring-projects-issues commented 11 years ago

Rossen Stoyanchev opened SPR-10843 and commented


Affects: 4.0 M2

spring-projects-issues commented 11 years ago

Brian Clozel commented

The protocol extensions headers "Sec-WebSocket-Extensions" are exchanged during the handshake phase, using HTTP-like "upgrade" request/response. Extensions headers format is discussed in section 9 of the RFC.

References:

spring-projects-issues commented 11 years ago

Brian Clozel commented

PR submitted and ready for review.