Skip to content

Commit

Permalink
Merge pull request dakrone#363 from slipset/fix-321
Browse files Browse the repository at this point in the history
Update help wanted section of README.md, fix dakrone#321
  • Loading branch information
dakrone authored Apr 11, 2017
2 parents 72f531f + beb93bf commit f1e9442
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@
:PROPERTIES:
:CUSTOM_ID: h:bfae0ecf-471b-438f-bf47-37c1aebea2a6
:END:
Hi Everyone, I'm in need of help with the 3.0.0 version (the master branch) of
clj-http. In moving to the non-deprecated Apache HTTP client APIs I have broken
a lot of the existing features for clj-http. Since 3.0.0 is basically a rewrite
of =core.clj=, there are many things that still need implementing before 3.0 can
be released. To see what needs fixing run =lein test :all=.
Hi Everyone,
The tests are working now, but there is a lot of work still to be done,
for instance, the connection manager code needs to be simplified, and another
pass needs to be done to see if any more deprecated APIs are in use,
so any help is appreciated!

Additionally, there are things like reusing the httpclient between
requests (perhaps only when a connection manager is used)
that need to be worked out.

If you have interest, please do send PRs for fixing.

Expand Down

0 comments on commit f1e9442

Please sign in to comment.