amichair

Results 28 issues of amichair

I'm not sure there is need for an entire class just to set two fields and call a utility method with the two fields as parameters... One can just call...

This is a general design note, perhaps for a 2.0.0 release since it breaks backwards compatibility: I would suggest maybe to reorganize the org.passay package into separate sub-packages - one...

Whether the user calls the detach method or chartist does so internally (e.g. when creating a new chart on an element that already has a chart), the plugins of the...

plugins

RFC 9112 Section 10.1 defines Media Type message/http as follows: > The "message/http" media type can be used to enclose a single HTTP request or response message, provided that it...

There are several paragraphs in section 3.2.2 of RFC 9112 that can be better clarified: > A client MUST send a Host header field in an HTTP/1.1 request even if...

In RFC 7230 section 5.5 (Effective Request URI): > If the server's configuration (or outbound gateway) provides a fixed URI authority component, that authority is used for the effective request...

RFC9110 section 13.1.5 states: > A valid [entity-tag](https://www.rfc-editor.org/rfc/rfc9110.html#field.etag) can be distinguished from a valid [HTTP-date](https://www.rfc-editor.org/rfc/rfc9110.html#http.date) by examining the first three characters for a DQUOTE. To my understanding this is because...

Thanks for the great tool! It would be very useful to add an option (-k?) to control whether Keep-Alive is enabled or not, so that one can test the load...

The read error count currently combines a few very different types of errors - socket read error, HTTP parse error, unexpected end of stream error. Combining them under the 'read'...

When using the Arduino IDE you can add *.h and *.cpp files in the same directory as the sketch (ino file), and they are included by default in the build....