You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the essential properties of request and response messages are retrieved and saved in a hashmap, which incurs an unnecessary cost in performance under heavy load.
The proposal is to support the following properties as instance variables.
Request properties
method, uri, protocol version
Response properties
status, protocol version
The text was updated successfully, but these errors were encountered:
Currently, the essential properties of request and response messages are retrieved and saved in a hashmap, which incurs an unnecessary cost in performance under heavy load.
The proposal is to support the following properties as instance variables.
Request properties
Response properties
The text was updated successfully, but these errors were encountered: