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

HTTP server fixes #15

Closed
wants to merge 18 commits into from
Closed

Commits on Jan 12, 2023

  1. track latest changes

    FotiosBistas committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    869f7ec View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    21c741c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3934195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e079972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acec5ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68b0d90 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 16, 2023

  1. bug fix: for loop not exiting

    Break was not working inside the select statement. Added returned instead.
    This exposed addProviderWg.add(1) was not being called.
    Http server when content is finished providing now returns nil,nil
    FotiosBistas committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c5454c7 View commit details
    Browse the repository at this point in the history
  2. better testing

    FotiosBistas committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8fba1ed View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. avoiding same error

    FotiosBistas committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f2a2b1a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. added missing break

    FotiosBistas committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4bde352 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Bug fix: queue would fill up

    Queue would fill up sometimes up to 1500 cids, due to the mintimer iteration scheduling.
    Implemented emptying the whole queue.
    FotiosBistas committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2bf2c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622c21e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Left only post method

    Added channel which listens to post requests and then sends them over to the discoverer, avoiding the HTTP server queue getting stuck.
    FotiosBistas committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1d3ebe7 View commit details
    Browse the repository at this point in the history
  2. shutdown server

    FotiosBistas committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    5dcaa48 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 23, 2023

  1. added comments

    FotiosBistas committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7c5cb87 View commit details
    Browse the repository at this point in the history