How To Publish A Rest Endpoint With Http 1.0 #848
-
Our load balancer checks applications sanity only with http 1.0 request. But uws server could not respond that. After a while request ended with nothing. How to handle http 1.0 request, any suggestions? make a request with that curl: response: this request responded successfully: Our uws code:
|
Beta Was this translation helpful? Give feedback.
Answered by
uNetworkingAB
Dec 22, 2022
Replies: 1 comment
-
This project is HTTP 1.1 spec compliant and does not care for 30 year old deprecated-since-decades specs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
uNetworkingAB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This project is HTTP 1.1 spec compliant and does not care for 30 year old deprecated-since-decades specs.