-
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(netxlite): split http code into multiple files
This diff splits http.go and http_test.go into multiple files to create the logical and mental space required to implement new construction routines suitable for the engine package. The history of this diff is simple. I started working on forking http.go for the ./internal/enginenetx package. Then, I realized it would have been possible to have those changes directly inside netxlite, if only I did refactor the http implementation to have a bit more clarity and file-based modularity. And so I did. Part of ooni/probe#2531
- Loading branch information
1 parent
cd5715a
commit dfc6a58
Showing
11 changed files
with
744 additions
and
646 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.