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
I just wrote some code to learn how to use Httpaf and I was confused that all of my requests seemed to hang. After reading the examples, I realized I needed to set the content-length header.
I was wondering though, since Reqd.respond_with_string has the entire response, shouldn't it add this header automatically?
The text was updated successfully, but these errors were encountered:
I just wrote some code to learn how to use Httpaf and I was confused that all of my requests seemed to hang. After reading the examples, I realized I needed to set the content-length header.
I was wondering though, since
Reqd.respond_with_string
has the entire response, shouldn't it add this header automatically?The text was updated successfully, but these errors were encountered: