RESOLVED FIXED Bug 200721
results.webkit.org: Add content hook to FlaskRequestsResponse
https://bugs.webkit.org/show_bug.cgi?id=200721
Summary results.webkit.org: Add content hook to FlaskRequestsResponse
Jonathan Bedard
Reported 2019-08-14 09:40:28 PDT
The flask 'Response' class stores the raw bytes associated with the response as 'data'. Requests stores it as 'content'. Add a hook to the FlaskRequestsResponse class so that it conforms to the same API as requests.
Attachments
Patch (1.37 KB, patch)
2019-08-14 09:44 PDT, Jonathan Bedard
no flags
Patch for landing (1.29 KB, patch)
2019-08-14 11:18 PDT, Jonathan Bedard
no flags
Jonathan Bedard
Comment 1 2019-08-14 09:44:03 PDT
Aakash Jain
Comment 2 2019-08-14 09:46:40 PDT
Comment on attachment 376274 [details] Patch rs=me
Jonathan Bedard
Comment 3 2019-08-14 11:18:08 PDT
Created attachment 376284 [details] Patch for landing
WebKit Commit Bot
Comment 4 2019-08-15 10:35:08 PDT
Comment on attachment 376284 [details] Patch for landing Clearing flags on attachment: 376284 Committed r248727: <https://trac.webkit.org/changeset/248727>
WebKit Commit Bot
Comment 5 2019-08-15 10:35:10 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-08-15 10:36:16 PDT
Note You need to log in before you can comment on or make changes to this bug.