diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-18 13:20:43 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-18 13:21:38 -0500 |
commit | 643cd143070d779d4697ef7eeecd3dbf5f5e24ff (patch) | |
tree | 6da2239154ec7dba569e9039479a44b015c44631 /nslcd_systemd/disable_nss_module.go | |
parent | 549843228517e1d72840e18caf369d211623dddb (diff) |
nslcd_server: respect all values if limits.Timeout < limits.ReadTimeout + limits.WriteTimeout
If
Timeout : 3s
ReadTimeout : 2s
WriteTimeout : 2s
Then before the effective total Timeout was 2s+2s=4s. That is wrong. It
should only be that the Write phase gets to use the full 2s if the Read
phase uses <= 1s.
Diffstat (limited to 'nslcd_systemd/disable_nss_module.go')
0 files changed, 0 insertions, 0 deletions