https://issues.apache.org/bugzilla/show_bug.cgi?id=46572
Summary: wrong sytnax when using http range request (206)
Product: JMeter
Version: 2.3.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
Due to HTTP 1.1 RFC, syntax of range header should be e.g. Range:bytes=100-200
or Range:bytes=200
Jmeter creates a wrong syntax - 'Range:bytes: 100-200' which is not acceptable
in HTTP 1.1 RFC. As it's written in part 14.35 of HTTP 1.1 RFC properly syntax
is "bytes-unit "=" byte-range-set". Values in jmeter were written in "HTTP
REQUEST->HTTP HEADER MANAGER"
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]