ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 172 forks source link

Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. #469

Closed keinhaar closed 8 years ago

keinhaar commented 8 years ago

Did some cleanup after initial commit:

keinhaar commented 8 years ago

OK, Testcase commited, and loop readded to BufferedInputStream as suggested in my last post. This time i was also able to squash the changes into one commit.

joshuawarner32 commented 8 years ago

Thanks @keinhaar!