Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request tab does not show headers if request fails #2993

Closed
asfimport opened this issue Nov 21, 2012 · 1 comment
Closed

Request tab does not show headers if request fails #2993

asfimport opened this issue Nov 21, 2012 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Sebb (Bug 54187):
If a request fails, the request headers are not shown.

This is because the headers are currently retrieved after the request is executed so as to ensure that they are up-to-date; this code is not executed if an exception is thrown.

Severity: normal
OS: Windows XP

Duplicates:

Blocks:

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1412363&view=rev
Log:
Request tab does not show headers if request fails
#2993

Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant