Commit 0db8b00
[Pick][0.6 to 0.7] fix(http): fix chunked transfer encoding (alibaba#1115) (alibaba#1116) (alibaba#1117) (alibaba#1119)
* fix(http): Fix stale buffer data being parsed in chunked transfer encoding
* fix(http): prevent duplicate stream read in chunked body when parsing final chunk
---------
Signed-off-by: yuchen.cc <yuchen.cc@alibaba-inc.com>
Co-authored-by: Chen Chen <91253032+yuchen0cc@users.noreply.github.com>1 parent 13c93b6 commit 0db8b00
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | | - | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
0 commit comments