mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 07:18:58 +00:00
gzip issue
This commit is contained in:
parent
121079934e
commit
baac6c4693
@ -123,6 +123,7 @@ export function update_content(flow, file) {
|
|||||||
file = new Blob([file], {type: 'plain/text'})
|
file = new Blob([file], {type: 'plain/text'})
|
||||||
body.append('file', file)
|
body.append('file', file)
|
||||||
fetchApi(`/flows/${flow.id}/response/content`, {method: 'post', body} )
|
fetchApi(`/flows/${flow.id}/response/content`, {method: 'post', body} )
|
||||||
|
update(flow, {response: {headers: [['Content-Encoding', '']]} } )
|
||||||
return { type: REQUEST_ACTION }
|
return { type: REQUEST_ACTION }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user