-
I have tried to set the UseNegotiatedRates to false or true and the rates returned from UPS are not what I can get going directly to UPS. The prices seem to be consistently lower than expected.
-
### Background and motivation
.NET 7 now supports WebSockets over HTTP/2. ClientWebSocket can negotiate with the server to choose HTTP/1.1 or HTTP/2 based on what's available. However, there's not an…
-
## **Problem:**
It would be useful to know what signature scheme has been negotiated for a connection. This can also be used by s2nd and s2nc to display the signature algorithm used in a connection.
…
-
Hi
Nancy Version: 1.4.4
.NET Framework: 4.7.1
Just curious why CORS headers aren't included when I use something like `Negotiate.WithStatusCode(HttpStatusCode.NotFound`?
If using content negot…
-
I just uppdated to v.3.8.4
```
Error: ✗ *rendering.RenderingService run error: Unrecognized remote plugin message:
This usually means
the plugin was not compiled for this architecture,
the…
-
If I got it correctly, the Sarama client doesn't have any kind of API version negotiation in order to handle backward compatibility automatically (as it happens in Java clients).
It seems to rely on …
-
すべての子milterがnegotiateに失敗したら、milter-managerはすぐにMTAとの接続を切断するべき。MTAはnegotiateのときはnegotiate replyしか受け取らないので、negotiate失敗とかいうレスポンスができないため。
今は、negotiate replyを返して、次のリクエストのときにfallback statusレスポンスを返している。
-
### Describe the bug
If, in the main proxy properties, HTTP/1.1 is enabled, HTTP/2 requests are downgraded to HTTP/1.1
### Steps to reproduce the behavior
Enable image requests displaying in …
-
## This would solve...
#3562 introduces HTTP Caching (RFC9110) to undici, which also implements HTTP 304 with `If-Modified-Since`. But it seems that `ETag` is missing.
cc @flakey5
## The impl…
-
There is specific code to override the use of language packs for a set of languages ( 'ca', 'es', 'eu', 'gl').
This modifies the expected behaviour of the plugin and violates specification/convention…