Merge branch 'dirreq'

This commit is contained in:
Nick Mathewson
2017-04-27 10:08:32 -04:00
12 changed files with 496 additions and 344 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Our API to launch directory requests has been greatly simplified
to become more extensible and less error-prone. We'll be using
this to improve support for adding extra headers to directory
requests. Closes ticket 21646.