Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct return when the server goes down unnormally. #2185

Merged
merged 34 commits into from
Aug 23, 2018

Commits on Aug 21, 2018

  1. Keep the unfinished request in every channel.

    When the server goes down un-normally, return the unfinished requests directly.
    The current way is to wait until timeout.
    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    f2c59b9 View commit details
    Browse the repository at this point in the history
  2. default method

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    29c4f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    348b8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60f49ca View commit details
    Browse the repository at this point in the history
  5. name and doc

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    51a90ae View commit details
    Browse the repository at this point in the history
  6. name and doc

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    dd0f8c5 View commit details
    Browse the repository at this point in the history
  7. fix unit test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    11be40d View commit details
    Browse the repository at this point in the history
  8. fix unit test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    076f648 View commit details
    Browse the repository at this point in the history
  9. fix unit test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    35d3065 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fb70d3 View commit details
    Browse the repository at this point in the history
  11. sth test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c049d26 View commit details
    Browse the repository at this point in the history
  12. sth test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    467138c View commit details
    Browse the repository at this point in the history
  13. sth test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b01dfa8 View commit details
    Browse the repository at this point in the history
  14. sth test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b32df7e View commit details
    Browse the repository at this point in the history
  15. close when client close

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    fd04bb4 View commit details
    Browse the repository at this point in the history
  16. fix unit test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    e39034c View commit details
    Browse the repository at this point in the history
  17. fix unit test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c745802 View commit details
    Browse the repository at this point in the history
  18. fix unit test

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    6bbc849 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    76b909f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f3f2fca View commit details
    Browse the repository at this point in the history
  21. replace import *

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    2429402 View commit details
    Browse the repository at this point in the history
  22. remove unuse import

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    35785b7 View commit details
    Browse the repository at this point in the history
  23. optimize

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    ee8723a View commit details
    Browse the repository at this point in the history
  24. optimize

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    36926b8 View commit details
    Browse the repository at this point in the history
  25. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    89070b3 View commit details
    Browse the repository at this point in the history
  26. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    41a9733 View commit details
    Browse the repository at this point in the history
  27. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    aa02691 View commit details
    Browse the repository at this point in the history
  28. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    45a81a3 View commit details
    Browse the repository at this point in the history
  29. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    482be3d View commit details
    Browse the repository at this point in the history
  30. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b41eb41 View commit details
    Browse the repository at this point in the history
  31. fix ci failed

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d800e8d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b423621 View commit details
    Browse the repository at this point in the history
  33. rebase onto master

    carryxyh committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b8283e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. fix review code

    carryxyh committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    1079239 View commit details
    Browse the repository at this point in the history