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

[lib/ocaml] use ocaml Http_client from netclient lib to download files #276

Merged
merged 2 commits into from
Sep 14, 2012

Commits on Sep 12, 2012

  1. [lib/ocaml] use ocaml Http_client from netclient lib to download files

    * used e.g. to dowload tiles
    * raises Blocked if we get a 403 and raises Not_Found on a 404,
      only if we get a Not_Found we try the next zoom level
    * in case we get blocked, it still tries the next tile...
      maybe we should stop trying to get tiles at all in that case
    flixr committed Sep 12, 2012
    Configuration menu
    Copy the full SHA
    4cc1192 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2012

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