Files
dolt/cmd
cmasone-attic 590bc69cbc Go: replace httpBatchStore overall timeout with idle-timeout (#1518)
The old timeout mechanism started counting when the client
began trying to connect to the server. This meant that sending
a large batch of chunks could cause the request to fail before
all the data even made it to the server. What we actually want
is to timeout when the connection has been idle for some amount
of time. This means that long server processing times can still
cause clients to time out, but that's probably as it should be.

Towards #1414
2016-05-17 13:27:09 -07:00
..