Package: gevent-socketio / 0.3.6-4

Metadata

Package Version Patches format
gevent-socketio 0.3.6-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Pass header as string.patch | (download)

socketio/handler.py | 2 1 1 - 0 !
socketio/transports.py | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 pass access-control-max-age as a string
 Headers should be string/unicode (python 2/3) and this is being violated
 when Access-Control-Max-Age is set to 3600. It should be set to '3600'
 (str) instead