-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
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
Slow test test_https_conn_post_handshake on Linux #1211
Comments
We try to have a look on this soon. I talk with @fAuernigg. We can test on Ubuntu and Arch. |
fAuernigg
added a commit
to fAuernigg/re
that referenced
this issue
Nov 20, 2024
fixes baresip#1211 slow https test
fAuernigg
added a commit
to fAuernigg/re
that referenced
this issue
Nov 20, 2024
Multiple HTTP requests are sent in parallel. Processing of the responses are done asynchronously in the main thread. The test should ensure that there is no double free, memleak, mix-up of content, ... for multiple parallel requests. Fixes baresip#1211 slow https test.
fAuernigg
added a commit
to fAuernigg/re
that referenced
this issue
Nov 21, 2024
Multiple HTTP requests are sent in parallel. Processing of the responses are done asynchronously in the main thread. The test should ensure that there is no double free, memleak, mix-up of content, ... for multiple parallel requests. Fixes baresip#1211 slow https test.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform: Debian 12
The test test_https_conn_post_handshake is very slow around 1.8 seconds.
The text was updated successfully, but these errors were encountered: