()
| 397 | } |
| 398 | |
| 399 | public flushHeaders(): void { |
| 400 | // This is a no-op because we don't actually have a socket to flush the |
| 401 | // headers to. |
| 402 | } |
| 403 | |
| 404 | // The following methods are not implemented as they are not used in the |
| 405 | // Next.js codebase. |
no outgoing calls
no test coverage detected