Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hapi: Switch uploads to receive "raw" request and response.
The immediately pressing reason is to align on the same types that the `processRequest` method from `graphql-upload` (aliased here as `processFileUploads`) uses. Using the raw types should be fine as `graphql-upload` only binds to the `response` to receive "close"-like `EventEmitter` events, and uses the `request` side for the piping of data, which should be identical to Hapi's abstraction. Helps-to-land: #2844
- Loading branch information