aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/decoder.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-0/+1
| | | | | | | This fixes various unused code warnings after the recent rust upgrade. Some of the dead code is maintained, as it is quite likely that it will be used in future changes. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-1/+1
| | | | | * clippy: fix warnings in `components/net` * fix: review comments
* clippy: fix warnings in components/net (#31564)eri2024-03-101-8/+8
| | | | | | | * clippy: fix some warnings in components/net * fix: review comments * fix: tidy
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+10
| | | | | * strict imports formatting * Reformat all imports
* Upgrade HyperNaveen Gattu2022-01-161-79/+119
|
* Fix some new warningsSimon Sapin2019-06-221-1/+1
|
* Redesign network response decoding to avoid creating decoders before some ↵Josh Matthews2019-01-151-0/+483
content is present.