crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

Replace httpServer with static member impl. #44

Closed jondong closed 9 years ago

jondong commented 9 years ago

Stop using the associated object way which is unnecessary. Use static member as the whole app only need one httpServer.