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
When an empty HTTP response is received with response code 204 (which is a valid response), the getString() call will wait for data until it timeouts. Instead, it should figure out from the response code that there is no data to be received, and should not wait unnecessarily.
When an empty HTTP response is received with response code 204 (which is a valid response), the getString() call will wait for data until it timeouts. Instead, it should figure out from the response code that there is no data to be received, and should not wait unnecessarily.
A real life example of his this can affect legitimate traffic can be seen here:
tobiasschuerg/InfluxDB-Client-for-Arduino#25
The text was updated successfully, but these errors were encountered: