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

Fix and test goroutine leak #269

Merged
merged 18 commits into from
Feb 13, 2024
Merged

Fix and test goroutine leak #269

merged 18 commits into from
Feb 13, 2024

Commits on Jan 30, 2024

  1. Add test for context

    mingyech committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    81b56d1 View commit details
    Browse the repository at this point in the history
  2. More test

    mingyech committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    061d416 View commit details
    Browse the repository at this point in the history
  3. Fix context cancellation

    mingyech committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    39ef833 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    acb2685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    717a727 View commit details
    Browse the repository at this point in the history
  3. Mv leak tests

    mingyech committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    eb36f06 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Close server hbConn on err

    Since all err on c.stream Read represents some issue with the underlying conn, it should be safe to close the connection upon receiving an error.
    mingyech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a757b05 View commit details
    Browse the repository at this point in the history
  2. Add pprof

    mingyech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    75aa796 View commit details
    Browse the repository at this point in the history
  3. Fix pprof

    mingyech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ba3b13e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    fe53384 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    6b779e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ede634 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Rm pprof

    mingyech committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    35f5a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f92b17 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    0b6aa3c View commit details
    Browse the repository at this point in the history
  2. Add pprof

    mingyech committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0b4c945 View commit details
    Browse the repository at this point in the history
  3. Check err

    mingyech committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4b1c669 View commit details
    Browse the repository at this point in the history
  4. Rm pprof

    mingyech committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1e5cbd6 View commit details
    Browse the repository at this point in the history