Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3375319
D9673.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
442 B
Referenced Files
None
Subscribers
None
D9673.diff
View Options
diff --git a/lib/utils/call-server-endpoint.js b/lib/utils/call-server-endpoint.js
--- a/lib/utils/call-server-endpoint.js
+++ b/lib/utils/call-server-endpoint.js
@@ -105,7 +105,8 @@
if (
endpointIsSocketPreferred(endpoint) &&
connectionStatus === 'connected' &&
- socketAPIHandler
+ socketAPIHandler &&
+ !options?.urlPrefixOverride
) {
try {
const result = await socketAPIHandler({ endpoint, input });
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 7:39 PM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2591474
Default Alt Text
D9673.diff (442 B)
Attached To
Mode
D9673: [lib] correctly skip using established socket when urlPrefix is overriden
Attached
Detach File
Event Timeline
Log In to Comment