Feature #81
Optimize HTTP Client
Status:
New
Priority:
Normal
Assignee:
-
Category:
Scan Engine
Target version:
-
Start date:
04/09/2010
Due date:
% Done:
0%
Description
Need to review the configure of the HTTP client to determine if it appropriate.
Additional Information: http://jakarta.apache.org/httpcomponents/httpclient-3.x/preference-api.html
History
#1
Updated by Luke Murphey almost 15 years ago
The following parameters have the most relevance:
- http.protocol.warn-extra-input (generates a log warning when more bytes are returned than the content-length)
- http.protocol.status-line-garbage-limit (maximum number of ignorable lines before we expect a HTTP response's status code)
- http.method.retry-handler (changes how many retries are performed after a recoverable HTTP exception occurs)
- http.socket.timeout (determines how long a timeout should be thrown)
- http.useragent
#2
Updated by Luke Murphey over 14 years ago
- Category set to Scan Engine