Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Web services] "1 request" even though there is no request? #43

Closed chetsangnil closed 8 years ago

chetsangnil commented 8 years ago

In /create/api/search request

There is no web services information shown but the header shows "1 request"? Shouldn't this be at "0 request"?

nikmd23 commented 8 years ago

I've seen this bug crop up from others too. There is a request (1 request in fact), but it isn't being shown.

philliphoff commented 8 years ago

@chetsangnil Can you verify this still exists on 0.11.1? Using the Sticker sample app I observe:

where <duration> appears to represent the total duration of server-side requests, or - if only client-side requests are made.

avanderhoorn commented 8 years ago

This issue should be fixed with the release of 0.11.2 (or 0.12.0).

avanderhoorn commented 8 years ago

Fix https://github.com/Glimpse/Glimpse.Node/commit/d5a60885e1b8f6fdeac91aa0efd97a99c9b25d9c

nikmd23 commented 8 years ago

@avanderhoorn does that mean this issue should be closed?