A response to llHttpRequest caused the script not to work properly when the answer of the webserver had been gzipped (most webservers do by now)
The attached HTTPRequest.cs includes an automatic decompression if the answer is gzipped.
Added another file in unified diff format.
It will add GZIP capability to HTTP_METHOD GET and DELETE
Forgot about those the last time.
Thanks for adding the previous one
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
HTTPRequest.cs -Added GZIP-
Hi. Thanks for the fix, could you supply it as a universal diff please. Trying to find the changes in the middle of a file is too time consuming ;-)
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Unified Diff Patch
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Added another file in unified diff format.
It will add GZIP capability to HTTP_METHOD GET and DELETE
Forgot about those the last time.
Thanks for adding the previous one