Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http2: fix header_block_fragments and length | Thomas Kriechbaumer | 2015-06-16 | 1 | -2/+11 |
| | |||||
* | http2: improve frame output | Thomas Kriechbaumer | 2015-06-16 | 1 | -8/+3 |
| | |||||
* | http2: add warning if raw data looks like HTTP/1 | Thomas Kriechbaumer | 2015-06-08 | 1 | -0/+4 |
| | |||||
* | http2: ditch the logging for now | Aldo Cortesi | 2015-06-06 | 1 | -3/+0 |
| | | | | | The API is well designed: it looks like we can get all the information we need to expose debugging in the caller of the API. | ||||
* | http2: resolve module structure and circular dependencies | Aldo Cortesi | 2015-06-06 | 1 | -6/+12 |
| | | | | | | | | - Move implementation out of __init__.py to protocol.py (an anti-pattern because it makes the kind of structural refactoring we need hard) - protocol imports frame, frame does not import protocol. To do this, we shift the default settings to frame. If this feels wrong, we can move them to a separate module (defaults.py?.). | ||||
* | http2: rename module and refactor as strategy | Thomas Kriechbaumer | 2015-06-05 | 1 | -0/+625 |