Skip to content

Conversation

@michael-stevens
Copy link

I'm not sure this patch is done in the best way, but I was seeing worse performance than LWP::UserAgent with a simple POST request against localhost.

TCP_NODELAY sped things up about 40x.

@robmueller
Copy link

When you're using HTTP::Tiny to make many internal style service requests this can be a huge performance improvement and we do this by monkey patching the _open_handle method to add this. Furl does this by default as well which might really be a large part of it's perceived better performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants