php-http/HttplugBundle

Async request not visible in the profiler

mathroc opened this issue · 1 comments

Q A
Bug? yes
New Feature? no
Version 1.16.0

Actual Behavior

when async request qre made they don't appear in the profiler

Expected Behavior

I'd like to see the async request made on the page. If the request did not finish I should still see the request and be able to understand that it was an async request and that the response was still pending

Steps to Reproduce

browse to a page making async request and open the profiler

This already works
image