nemke
nemke

Reputation: 2458

What is the meaning of questionmark in firebug net tab?

Here is the print screen. I have marked the size column with red rectangular. alt text http://img85.imageshack.us/img85/1117/fbug.png Full image link

Added link for Expanded headers

Upvotes: 1

Views: 459

Answers (2)

Jan Odvarko
Jan Odvarko

Reputation: 779

Yes, the question mark is displayed in cases where Firebug couldn't figure out the size of the response (e.g. missing Content-Length header). This is considered rather as a bug and should be fixed in the combo: Firefox 3.6 + Firebug 1.5 Honza

Upvotes: 1

Marek Karbarz
Marek Karbarz

Reputation: 29294

See this bug report. Problem appears to be the lack of a Content-Length header for those file.

Upvotes: 0

Related Questions