diff options
| author | 2019-09-17 17:33:23 +0100 | |
|---|---|---|
| committer | 2019-09-17 17:33:23 +0100 | |
| commit | ee6360be222ad1027d899445de34cd0dd8efa6f5 (patch) | |
| tree | 0fc14142cbfd45d0f69cdc719177039eeb54127d /modules | |
| parent | log which URL caused an error in request_many (diff) | |
| signature | ||
don't check already-read data when checking for too-large requests
this check was here because the first read will return empty if it was an
invalid byte sequence for e.g. gzip because we needed to receive more data. the
second read will always return data (not decoded) so regardless of what the
already-read data is, the second read is the only criteria we need.
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions
