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

Utils module: http_request modification #321

Closed
wants to merge 2 commits into from

Commits on Sep 9, 2015

  1. Update functions.c

    Remove leading empty lines in http response, in order to return the first non-empty one.
    debackel committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    770f916 View commit details
    Browse the repository at this point in the history
  2. Update: functions.c

    utils: http_query now ignores leading empty lines
    
    - http_query() ignore leading empty lines when parsing http response, to avoid returning an empty line.
    debackel committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    118ef43 View commit details
    Browse the repository at this point in the history