Commit ff3e436
Ace Nassri
Add connection pooling comment + region tag (GoogleCloudPlatform#2776)
The Apache `httpclient` offers a more configurable implementation, but `java.net.httpClient` seems to [support connection pooling as well.](https://stackoverflow.com/questions/53617574/how-to-keep-connection-alive-in-java-11-http-client)
I suspect this simpler, automatic implementation is fine for our docs - but I'll let @kurtisvg and @labtopia be the judges of that.1 parent 208438a commit ff3e436
File tree
1 file changed
+3
-0
lines changed- functions/http/send-http-request/src/main/java/functions
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
0 commit comments