8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
When using libcurl to send a POST request with a large payload (600KB repeated 100 times, total ~60MB) to an oat++ server:
Works perfectly over HTTP Frequently fails with errors when switching to HTTPS (error details shown below).
POST /write?db=hts HTTP/1.1 Host: 127.0.0.1:8000 Accept: / protocol: binary Content-Length: 660048 Content-Type: application/x-www-form-urlencoded
Reducing the payload size has been observed to increase HTTPS transmission success rates. any idea?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
When using libcurl to send a POST request with a large payload (600KB repeated 100 times, total ~60MB) to an oat++ server:
Works perfectly over HTTP
Frequently fails with errors when switching to HTTPS (error details shown below).
Reducing the payload size has been observed to increase HTTPS transmission success rates.
any idea?
The text was updated successfully, but these errors were encountered: