ooni-probe-cli/internal/engine/netx/httptransport
Simone Basso adbde7246b
refactor(netx): remove the self censorship mechanism (#364)
We're currently use jafar for QA and jafar is a better mechanism,
even though it is not portable outside of Linux.

This self censorship mechanism was less cool and added a bunch
of (also cognitive) complexity to netx.

If we ever want to go down a self censorship like road, we probably
want to do as little work as possible in the problem and as much
work as possible inside a helper like jafar.

Part of https://github.com/ooni/probe/issues/1591.
2021-06-08 19:40:17 +02:00
..
bytecounter_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
bytecounter.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
fake_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
http3transport_test.go refactor(netx): remove the self censorship mechanism (#364) 2021-06-08 19:40:17 +02:00
http3transport.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
httptransport.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
logging_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
logging.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
saver_internal_test.go fix(http body saver): properly deal with EOF terminated bodies (#226) 2021-02-11 14:57:14 +01:00
saver_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
saver.go fix(http body saver): properly deal with EOF terminated bodies (#226) 2021-02-11 14:57:14 +01:00
system.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
useragent_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
useragent.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00