You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the testing server: $ ./run-testing-server.sh
Make a request with cURL to one of the gzipped servers: $ curl http://localhost:8002/http.html
Observe the following error: curl: (18) transfer closed with 22 bytes remaining to read
Even though it works fine with browsers and the current implementation of org-cliplink with url.el it may become a problem when we switch to cURL after resolving #60
The text was updated successfully, but these errors were encountered:
The size is simply calculated incorrectly. If you remove this line, the problem is not reproducible anymore. Can be a possible solution if I don't figure out how to properly calculate the length.
Steps to reproduce:
$ ./run-testing-server.sh
$ curl http://localhost:8002/http.html
Observe the following error:
curl: (18) transfer closed with 22 bytes remaining to read
Even though it works fine with browsers and the current implementation of org-cliplink with
url.el
it may become a problem when we switch to cURL after resolving #60The text was updated successfully, but these errors were encountered: