summaryrefslogtreecommitdiff
path: root/tests/test_httpserver.py
Commit message (Expand)AuthorAgeFilesLines
* add ipv6 support by setting address family (#50)Lekinho2020-02-121-1/+60
* LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)Benjamin Peterson2019-09-091-0/+21
* Make LimitedLengthFile file return empty bytes rather than empty string when ...Benjamin Peterson2019-09-041-1/+9
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+45