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

Move webmachine from riak_core. #34

Merged
merged 3 commits into from
Sep 11, 2013
Merged

Move webmachine from riak_core. #34

merged 3 commits into from
Sep 11, 2013

Conversation

seancribbs
Copy link
Contributor

Rebased #29 onto develop.

Generally,
riak_core_web -> riak_api_web
riak_core_wm_urlmap -> riak_api_wm_urlmap

... but with modifications:

  • Listeners from riak_core_sup are now added in riak_api_sup.
  • We are ignoring any disable_http_nagle setting. Nagle is off.
  • Default SSL cert/key are scoped to the platform_etc_dir instead of
    the static "etc/".
  • Formatted the listener names according to "SCHEME://IP:PORT". IPv6
    interfaces are surrounded with square brackets to conform with
    convention.

Generally,
    riak_core_web -> riak_api_web
    riak_core_wm_urlmap -> riak_api_wm_urlmap

... but with modifications:

* Listeners from riak_core_sup are now added in riak_api_sup.
* We are ignoring any `disable_http_nagle` setting. Nagle is off.
* Default SSL cert/key are scoped to the platform_etc_dir instead of
  the static "etc/".
* Formatted the listener names according to "SCHEME://IP:PORT". IPv6
  interfaces are surrounded with square brackets to conform with
  convention.
@Vagabond
Copy link
Contributor

+1

seancribbs added a commit that referenced this pull request Sep 11, 2013
Move webmachine from riak_core.
@seancribbs seancribbs merged commit 4c00ba4 into develop Sep 11, 2013
@seancribbs seancribbs deleted the sdc-wm-move branch September 11, 2013 20:14
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