HTTP/2 session is closed while file beeing uploaded #504
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I'm trying to upload files to google drive with http2 set to true
and the await on the create method is never reached (works with http2: false).
After some debugging I noticed that the http2 session is beeing destroyed after 500ms (http2.js ln:172)
If I change the 500ms to some big number then the upload process is finished succesfully
Environment details
googleapis-common
version: 6.0.4Steps to reproduce
The text was updated successfully, but these errors were encountered: