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

3 bugfixes for WOAdaptor #501

Merged
merged 8 commits into from
Nov 3, 2013
Merged

Conversation

markusstoll
Copy link
Contributor

Hi,

  1. calling http-Sources for Adaptor config using the ifNotModifiedSince-Header was a bad idea,
    as merging the config from changed and unchanged sources does not work properly. Probably
    almost nobody makes use of http sources (but me), but its a fixed bug, anyway.
  2. IIS 7 has a serious issue on streaming downloads. This fix enforces IIS 6 behaviour and ensures
    proper download streaming.
  3. Bugfix for appcfg.c where a config server that becomes unavailable might crash your webserver.
    assigning "buffer[i] = NULL" ensures that this pointer is not used uninitialized!

A new version number identifies this version.

When then change is accepted, I will supply the new IIS binaries to Pascal

Regards, Markus

pascalrobert pushed a commit that referenced this pull request Nov 3, 2013
@pascalrobert pascalrobert merged commit 9425d57 into wocommunity:master Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants