Optimized resource management of HTTP response messages#1
Optimized resource management of HTTP response messages#1ok2c wants to merge 1 commit intoeugenp:masterfrom ok2c:master
Conversation
|
I missed the fact that |
|
You really need only either |
|
That's was my understanding of |
|
As I said either is sufficient. The choice of one depends on how conservative you want to be with connection re-use. I personally would not bother trying to salvage connections in case of an exceptional situation. |
Performance of GSON and Jackson Code Changes
"Running Logic on Startup in Spring" Examples #1
Pulling from master fork
Spring check property is null 2
Updating from original
merge from master changes into fork
BAEL-8398 Upgrade vulnerable dependencies in tutorials project
* Change * Incorporated feedback
Eugen, I came across your tutorial on Java Lobby. I thought I should let you know that you could make resource management of HTTP response messages less verbose and likely more optimal.