| 279 | } |
| 280 | |
| 281 | static TRequestSettings RequestSettings() { |
| 282 | return TRequestSettings() |
| 283 | .SetNoDelay(false) |
| 284 | .SetResolverType(EResolverType::EUNIXSOCKET); |
| 285 | } |
| 286 | }; |
| 287 | |
| 288 | struct TRequestUnixSocketFull: public TRequestFull { |
nothing calls this directly
no test coverage detected