good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 07, 2015
  2. Aug 06, 2015
  3. Aug 04, 2015
  4. Aug 03, 2015
    • Felix Lange's avatar
      rpc/comms: use ConnState to track HTTP connections · ba14957c
      Felix Lange authored
      The JSON-RPC server wraps TCP connections in order to be able to shut
      down them down when RPC is stopped. This is rather scary code. Go 1.3
      introduced the http.Server.ConnState hook for such purposes. We can use
      this facility now that we depend on Go 1.4.
      
      There are multiple reasons for the switch apart from making the code
      less scary:
      
      * the TCP listener no longer ticks every second to check a channel
      * pending requests are allowed to finish after stopping the server
      * we can time out idle keep-alive connections
      ba14957c
  5. Jul 31, 2015
  6. Jul 29, 2015
  7. Jul 28, 2015
  8. Jul 26, 2015
  9. Jul 23, 2015
  10. Jul 22, 2015
  11. Jul 08, 2015
  12. Jul 07, 2015
  13. Jul 06, 2015
  14. Jul 05, 2015
  15. Jul 04, 2015
  16. Jul 03, 2015
  17. Jul 02, 2015
Loading