-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(dslx): finish making funcs stateless (#1381)
This diff completes the work described by and closes ooni/probe#2612. We make the HTTPRequest stateless (use `git diff -w` to avoid noise caused by whitespace changes). We rename HTTPTransport to HTTPConnection since that is a better name. We make HTTPConnection adapters stateless as well.
- Loading branch information
1 parent
f05748e
commit 430f1c2
Showing
6 changed files
with
175 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.