Athou
|
124983a396
|
rename metrics a little
|
2024-08-05 09:05:01 +02:00 |
|
Athou
|
43613688da
|
evict unused HTTP connections
|
2024-08-05 08:41:12 +02:00 |
|
Athou
|
780b7666c5
|
add metrics for HttpGetter connection pool
|
2024-08-05 08:28:17 +02:00 |
|
Athou
|
b17a17ba10
|
don't parse feeds that are too large to prevent memory issues
|
2024-07-16 21:20:06 +02:00 |
|
Athou
|
24171faf86
|
fetchFeedInternal follows redirects, we don't need to call it twice (#1431)
|
2024-06-12 08:21:11 +02:00 |
|
Athou
|
9ede8d1c46
|
remove the Managed interface for classes that are not managed by dropwizard
|
2024-01-09 14:09:24 +01:00 |
|
Athou
|
b49d35f181
|
remove all remaining references to httpclient4
|
2023-12-26 08:21:35 +01:00 |
|
Athou
|
5ba248eaba
|
update to httpclient5
|
2023-12-25 20:00:47 +01:00 |
|
Athou
|
11aff68052
|
java http client is unfortunately sometimes not honoring timeouts (https://bugs.openjdk.org/browse/JDK-8258397), use httpclient again
|
2023-12-25 17:15:33 +01:00 |
|
Athou
|
818d847607
|
CookieManager parses the cookie header even if we ask to ignore them, use our own cookie handler that does nothing
|
2023-12-22 22:27:42 +01:00 |
|
Athou
|
1db53e48c6
|
reduce connection keepalive timeout to 30s, default is 20 minutes
|
2023-12-22 20:22:00 +01:00 |
|
Athou
|
5601d150c3
|
restore the connect timeout feature
|
2023-12-22 16:10:34 +01:00 |
|
Athou
|
6c3895e60a
|
make sure we ignore cookies
|
2023-12-18 15:39:11 +01:00 |
|
Athou
|
d9ccdf1caf
|
use java standard http client because apache http clients should be reused because they support pooling but we don't need that
|
2023-12-18 11:53:14 +01:00 |
|
Athou
|
fd0e5426e5
|
upgrade to dropwizard 4.x
|
2023-12-17 15:10:57 +01:00 |
|
Athou
|
9c628a8f53
|
make each step of feed fetching return its own model
|
2023-05-01 09:58:19 +02:00 |
|
Athou
|
ea4b120a85
|
prevent full feed fetching next time we fetch it if caching header values changed but content did not (#1037)
|
2023-01-27 08:49:59 +01:00 |
|
Athou
|
ac7b6eeb21
|
split client and server into maven modules
|
2022-08-13 10:48:09 +02:00 |
|