fix(core_base/request): Strip unix: prefix when parsing unix socket URLs so socketPath is a clean filesystem path

This commit is contained in:
2025-11-16 23:41:24 +00:00
parent e14800f077
commit 8b52ca1021
6 changed files with 18 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrequest',
version: '4.4.1',
version: '4.4.2',
description: 'A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.'
}