New Version: v1.1.5 (capture client ip's) #97
ndortega
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
In this latest patch I've closed three issues:
The most noteworthy change is that the caller's IP address is now automatically passed inside the
context
property of theHTTP.Request
object. As far as I know, no other Julia web framework handles this automaticallyDue to this change, the internal HTTP server has to always run streaming mode, so passing the keyword arg
stream
to theserve()
function has no effect.P.S I'm still working on the test cases for the new cron scheduling feature. There are no known bugs with the actual feature, but I'm currently investing time into fixing some new unit tests which are having some weird behavior. This unit test bug is causing the tests to run indefinitely.
Beta Was this translation helpful? Give feedback.
All reactions