gfrontiero / namebench

Automatically exported from code.google.com/p/namebench
Apache License 2.0
0 stars 0 forks source link

Some graphs don't load due to Request-URI Too Large #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run benchmark (mine was 2 runs with a browser history of @ 58k entries)
2. Check if all graphs load

What is the expected output? What do you see instead?

All graphs should load.
In my case the following graphs didn't load:
 - Response Distribution Chart (First 200ms)
 - Response Distribution Chart (Full)

I checked the images and the root cause appears to be due to a "Request-URI Too 
Large" error from 
the Google charts API. The URLs in question were 2475 and 3080 characters long 
(more than the 
normally accepted URL length which is 2048).

The FAQ for Google Charts API indicates that "... URLs that are over 2048 
characters in length when 
URL-encoded (e.g., | becomes %7C) are not recommended." 
(http://code.google.com/apis/chart/faq.html#url_length)

What version of the product are you using? On what operating system?

namebench 1.1
winXP with Google Chrome and Firefox browsers used for testing the URL length 
issue.

Please provide any additional information below.

Original issue reported on code.google.com by donal.h...@gmail.com on 5 Jan 2010 at 11:04

GoogleCodeExporter commented 8 years ago
not sure if this is related to issue # 86 or not (hence the separate filing).

Original comment by donal.h...@gmail.com on 5 Jan 2010 at 11:05

GoogleCodeExporter commented 8 years ago
Thanks for the report. You're correct - this looks the same as #86 - I will 
word the
existing issue better.

Original comment by tstromb...@google.com on 5 Jan 2010 at 3:17