LittleProxy 1.1.1 released
LittleProxy 1.1.1 has been released! This is a maintenance release that fixes a few bugs and updates important dependencies:
- Java 7: LittleProxy now requires Java 7+
- Update to netty 4.0.42 (fixes several bugs and memory leaks in netty)
- Fix ChannelPipeline initialization order
- Allow configuring max initial line length, header size, and chunk size
- Fix hang when receiving invalid responses from server
- Removed dependencies on commons-codec and commons-io
Thanks to everyone who contributed code, tested fixes, and logged issues, including:
@ganskef
@MediumOne
@adamfisk
@BraisGabin
@techpavan
@myleshorton
@zboralski
And thanks to all our other contributors!
-The LittleProxy team