aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http2/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* py3++, multidict fixesMaximilian Hils2016-07-061-3/+3
| | | | | | | | | | | | This commit improves Python 3 compatibility and fixes two multidict issues: 1. Headers.items(multi=True) now decodes fields 2. MultiDict.clear(item) has been removed, as Python's MutableMapping already defines .clear() with different semantics. This is confusing for everyone who expects a dict-like object. `.pop("attr", None)` is not fantastic, but it's the Python way to do it.
* py3: fix bytes vs. strThomas Kriechbaumer2016-07-031-4/+4
|
* h2: move header parsing to netlibShadab Zafar2016-07-031-0/+37