robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

how to support 64bit? #138

Closed songbaoqiang closed 3 years ago

flpvsk commented 9 years ago

It was implemented in another fork and this code works:

https://github.com/namel/CocoaHTTPServer/commit/846b9a0ca32c64d6e71a269860cadd2270387d00

(We've only copied the 64-bit part, we've tried to use the whole fork as is, but it didn't work)