good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 26, 2015
  2. Aug 24, 2015
  3. Aug 19, 2015
  4. Aug 17, 2015
  5. Aug 16, 2015
  6. Aug 12, 2015
  7. Aug 07, 2015
  8. Aug 06, 2015
  9. Aug 04, 2015
  10. 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
  11. Jul 31, 2015
  12. Jul 29, 2015
  13. Jul 28, 2015
  14. Jul 26, 2015
  15. Jul 23, 2015
  16. Jul 22, 2015
  17. Jul 08, 2015
  18. Jul 07, 2015
  19. Jul 06, 2015
  20. Jul 05, 2015
  21. Jul 04, 2015
Loading