| 2048 | } |
| 2049 | |
| 2050 | TAtomicBase GetHttpInputConnectionCount() { |
| 2051 | return HttpInConnCounter()->Val(); |
| 2052 | } |
| 2053 | |
| 2054 | void SetHttp2InputConnectionsTimeouts(unsigned minSeconds, unsigned maxSeconds) { |
| 2055 | THttp2Options::ServerInputDeadlineKeepAliveMin = TDuration::Seconds(minSeconds); |
nothing calls this directly
no test coverage detected