You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ grep -riI "unbuffered" treq/
./client.py: if not kwargs.get('unbuffered', False):
./test/test_client.py: d = self.client.get('http://www.example.com', unbuffered=True)
The behavior to buffer responses by default differs from t.w.c.Agent, which doesn't. This behavior is unexpected. It should be documented.
Where should it be documented? I'll submit a pull request.
The text was updated successfully, but these errors were encountered:
treq's documentation is devoid of explanation of the
unbuffered
parameter.No comments, either.
The behavior to buffer responses by default differs from
t.w.c.Agent
, which doesn't. This behavior is unexpected. It should be documented.Where should it be documented? I'll submit a pull request.
The text was updated successfully, but these errors were encountered: