unlink connection and request, thread-safe mark connection as non valid
| 869 | |
| 870 | //unlink connection and request, thread-safe mark connection as non valid |
| 871 | inline THttpRequestRef GetRequest() noexcept { |
| 872 | TGuard<TSpinLock> g(SL_); |
| 873 | return Req_; |
| 874 | } |
| 875 | |
| 876 | inline THttpRequestRef ReleaseRequest() noexcept { |
| 877 | THttpRequestRef r; |
no outgoing calls
no test coverage detected