8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Profiler PATCH method invisible #201

Closed gregoirepaqueron closed 6 years ago

gregoirepaqueron commented 6 years ago

| Symfony version | 3.4.11 | Bundle version | 7.3.0

Hello,

When guzzle does request, and the response have code 204, the display on the profiler has no background color + code written in blank color.

gregurco commented 6 years ago

@gregoirepaqueron thanks for reporting, I will try to test it ASAP :+1:

gregurco commented 6 years ago

@gregoirepaqueron I tested with same version of symfony and bundle and it seems to be ok. Could you please check my screenshot and provide yours if it's not the same?

selection_001

gregoirepaqueron commented 6 years ago

@gregurco Here's my screenshot : screencapture-basemandat-local-8080-_profiler-802365-2018-06-08-11_05_27

As you can see, i have 3 calls code 204. with no background color + "No content (204) written in blank color, i have to highligh it to be seen. Then i have 1 call with 500, and 1 call with 400 (it looks like there is encoding problem on the french name btw).

I will look further to see if some CSS are problematics.

gregoirepaqueron commented 6 years ago

Oh, i think the problem is the PATCH method, not the code 204 :)

gregurco commented 6 years ago

@gregoirepaqueron yep, got it. I think today/tomorrow I will fix it. Thanks :slightly_smiling_face:

gregoirepaqueron commented 6 years ago

Thanks :)

gregurco commented 6 years ago

@gregoirepaqueron fixed in #203 . Thanks for reporting :slightly_smiling_face:

gregoirepaqueron commented 6 years ago

:+1: