jaipandya / harviewer

Automatically exported from code.google.com/p/harviewer
0 stars 0 forks source link

"content.mimeType is missing and it is not optional" for http 304 #102

Open vinaybond opened 8 years ago

vinaybond commented 8 years ago

I am capturing HAR file which has "HTTP-304 Not Modified". When I am opening the file in viewer, it is giving me error "log.entries[34].response.content.mimeType is missing and it is not optional". This should not happen as HTTP-304 does not send content type.