fix(rustproxy-http): reuse pooled HTTP/2 connections for requests with and without bodies

This commit is contained in:
2026-03-17 11:33:34 +00:00
parent cfff128499
commit 26fd9409a7
3 changed files with 13 additions and 21 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '25.11.20',
version: '25.11.21',
description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
}