ytyou / ticktock

TickTockDB is an OpenTSDB-like time series database, with much better performance.
GNU General Public License v3.0
76 stars 9 forks source link

Remove max_send_retry in http::send_response. If socker::send() fails… #13

Closed ylin30 closed 2 years ago

ylin30 commented 2 years ago

… with -1 and errno != EAGAIN, then reset the conn

ytyou commented 2 years ago

Trying to resend indefinitely may force other requests that can be processed right now to wait. We will try another approach, in that we will retry only after all other requests are processed.