Hao Guan

Results 10 issues of Hao Guan

When `BrpcHttpObjectDecoder.decode()` is called, a `BrpcHttpObjectAggregator` instance is created and used to aggregate tcp packets into complete HTTP messages. `decode()` returns `null` if there is not enough data in buffer,...

bug
In Progress

CXF allows multiple endpoints to be exposed on the same path when `allow-multiplex-endpoint` is set on the Endpoint. (See https://github.com/apache/cxf/blob/main/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapBindingFactory.java#L907) An `EndpointSelectionInterceptor` will be added and used to determine the...

# Bug report ## Description / Observed Behavior The width of visible parts seems to depend on the total width when `overflow: hidden` is set on the element. ## Expected...

Currently new plugin instances are be created upon config changes and old plugin instances are removed from `instances` slice so they are _inaccessible_ and left to be garbage collected eventually....

enhancement

Sometime git sends gzipped http request and gpack was not able to handle this correctly (you will get something like `fatal: protocol error: bad line length character: fata`). This patch...

This update enables the client to be configured with a different endpoint other than `https://huggingface.co`, allowing the use of a mirror with this library.

I am using the esp-sr library in my Rust project and generating Rust bindings with the help of [esp-idf-template](https://github.com/esp-rs/esp-idf-template). Although my project compiles successfully, I'm encountering linking errors due to...

According to the ASGI specification [1](https://asgi.readthedocs.io/en/latest/specs/www.html#http-connection-scope), the `raw_path` field is defined as: > raw_path (byte string) – The original HTTP path component, excluding any query string, unmodified from the bytes...

testclient

# Summary As we discussed in #2692, this commit updates the testclient so that query string is excluded from `raw_path` for both HTTP and WebSocket. # Checklist - [x] I...

The definition of `raw_path` in the ASGI specification differs slightly between HTTP and WebSockets protocols. - **HTTP**: The specification explicitly states that the query string is excluded from `raw_path`. https://github.com/django/asgiref/blob/b7aaa795fbbea7ca88458279cf8302533d249101/specs/www.rst?#L107-L110...