postmanlabs / postman-chrome-interceptor

Helper extension for the Postman packaged app. Also helps send restricted headers.
Apache License 2.0
215 stars 75 forks source link

Interceptor gets stuck if a request fails #31

Closed a85 closed 10 years ago

a85 commented 10 years ago

How to reproduce:

  1. Send a request like http;//demo.getpostman.com/status (semicolon instead of a colon)
  2. Request fails in Interceptor
  3. Postman gets stuck
  4. Have to disable/renable extension or restart browser to fix this

Probably the queue is not getting flushed.

prakhar1989 commented 10 years ago

Unable to replicate. Seems to work on both the local as well as production extension. Tried with both demo.getpostman and httpbin

screen shot 2014-03-07 at 5 08 05 pm

viig99 commented 10 years ago

Any updates?