jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Replace simple socket-return with a simple HTTP-Response which makes the page work better in Browsers #9

Closed centic9 closed 10 years ago

centic9 commented 11 years ago

Simple HTTP Protocol implementation, taken from NanoHTTPD, this improves behavior of http-option in browsers on Linux.

This solves #7

buildhive commented 11 years ago

Kohsuke Kawaguchi » file-leak-detector #10 SUCCESS This pull request looks good (what's this?)

kohsuke commented 10 years ago

I couldn't really take your code for a number of reasons, including the license. You mentioned that the code was taken from somewhere else, but there is no attribution in the source file.

I reimplemented the fix toward 1.7. Marking this as closed.