mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
remove form_out todo
This commit is contained in:
parent
c44a8949f7
commit
2cd71091ad
@ -386,7 +386,6 @@ class Http2SingleStreamLayer(_HttpLayer, threading.Thread):
|
||||
data,
|
||||
timestamp_start=self.timestamp_start,
|
||||
timestamp_end=self.timestamp_end,
|
||||
form_out=None, # TODO: (request.form_out if hasattr(request, 'form_out') else None),
|
||||
)
|
||||
|
||||
def send_request(self, message):
|
||||
|
Loading…
Reference in New Issue
Block a user