-
Minimal test case only consist of
`rustc 1.58.0-nightly (dd549dcab 2021-11-25)`
Cargo.toml
```toml
[package]
name = "aa"
version = "0.1.0"
edition = "2018"
[dependencies]
actix-web = "=…
-
When I save DateTime values to Log Analitics its being saved without miliseconds.
-
## Is your feature request related to a problem? Please describe.
Multiple calls to template functions of a short period of time , such as multiple `diff` operations , may make multiple calls to th…
-
In the following case (see detailed explanation and test case at http://www.webdbg.com/test/redir/fragment/):
- try to open a link that contains a fragment (say http://foo/#SomeInfo)
- the server se…
-
[As per HTML5 specifications section "4.10.22.3 Form submission algorithm"](https://www.w3.org/TR/2011/WD-html5-20110525/association-of-controls-and-forms.html#form-submission-algorithm) , when a form…
-
#### What would you like to discuss?
Hi,
some services don't implement RFC 7234 compliant HTTP caching. Is it possible to enforce caching with a fixed TTL value? Is it possible to configure the ht…
-
Hi,
Akkording to the RFC (2616, https://www.ietf.org/rfc/rfc2616.txt) the location header MAY contain non-ascii characters if encoded with iso-8859-1. However, this case is handled incorrectly by…
-
**Symfony version(s) affected**: all
**Description**
Symfony uses the strong comparison function when comparing **entity-tags (ETags)** for **If-None-Match** header, however according to [RFC 72…
-
I am having a problem with fastnetmon banning for much lower than the thresholds I set.
```
# Different approaches to attack detection
ban_for_pps = on
ban_for_bandwidth = on
ban_for_flows = o…
-
OkHttp's `Cache` seems to replace an existing response entry if another comes from the same target but with different values for request's `Vary` fields. For example consider this test case:
```ja…