| 267 | } |
| 268 | |
| 269 | static TRequestSettings RequestSettings() { |
| 270 | return TRequestSettings() |
| 271 | .SetNoDelay(false) |
| 272 | .SetResolverType(EResolverType::EUNIXSOCKET); |
| 273 | } |
| 274 | }; |
| 275 | |
| 276 | struct TRequestUnixSocketPost: public TRequestPost { |
nothing calls this directly
no test coverage detected