Skip to content

yutakahirano/websocket-header-hpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Usage

$ python measure.py

You need to have http2 compression test in your python path.

This script measures the size of HEADERS SPDY frame containing WebSocket frame headers. Notice this script measures the size of HEADERS frame (including SPDY header). To encode a WebSocket frame, you need additional 8 bytes for each SPDY DATA frame containing the data of the WebSocket frame.

About

WebSocket over SPDY header size measurement with hpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published