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
Hi so I'm developing a plugin for JMeter that uses fluent-http as a web server to expose a REST API.
I'm currently unable to consume any URL, the server is started on the right port - I was able to check that out with a simple telnet. However, it never sends a response. I've been trying to figure out the problem by reading the documentation but no luck.
Hi so I'm developing a plugin for JMeter that uses fluent-http as a web server to expose a REST API.
I'm currently unable to consume any URL, the server is started on the right port - I was able to check that out with a simple telnet. However, it never sends a response. I've been trying to figure out the problem by reading the documentation but no luck.
Here's my sample code:
Here's my unit test to check the connectivity:
Any chance anyone could help me pinpoint the issue here? It's for sure something stupid on my end!
Thanks,
The text was updated successfully, but these errors were encountered: