Greg Turner

Results 6 comments of Greg Turner

I have the same problem. In my case, I have an inbound proxy that accepts Authorization: Bearer and then reconnects to a server that wants Http Basic credentials. I'm looking...

This is the workaround I used. Warning: I'm hooking an unpublished event here to get access to the req object earlier. It would seem the outgoing req is cloned from...

I noticed this as well but only under high concurrency. I can recreate locally by killing Postgres while having a number of queries in progress. It's the same stack trace...

This suggestion fixes it: https://github.com/brianc/node-postgres/issues/2439#issuecomment-757691278

Interesting package! But, the problem I had with headless chrome getting it running on a linux image on openshift. I could dig up the exact error, but it had something...