Skip to content

Instantly share code, notes, and snippets.

@zgrge
zgrge / proxy.py
Last active April 6, 2018 14:54 — forked from njsmith/proxy.py
import trio
import struct
import traceback
################################################################
# This part is a helper for reading N bytes from a stream
################################################################
class UnexpectedEOFError(Exception):
pass