Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzatsepin <az@mapswithme.com>2016-12-14 18:05:42 +0300
committeralexzatsepin <az@mapswithme.com>2016-12-14 18:35:47 +0300
commitea499b414c3fcb1b11f7f8c4c9321332b7e272fe (patch)
tree4a9c977bb7d2ad39b4a43968d9863cd21ceca9d4 /traffic
parent2497be5ebb922a9ec51561b7745a9a0c6fc3237c (diff)
[android][ios][traffic] Fixed 'etag' header processing
Diffstat (limited to 'traffic')
-rw-r--r--traffic/traffic_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/traffic/traffic_info.cpp b/traffic/traffic_info.cpp
index 9d0501dcd7..25d3d92889 100644
--- a/traffic/traffic_info.cpp
+++ b/traffic/traffic_info.cpp
@@ -76,7 +76,7 @@ string MakeRemoteURL(string const & name, uint64_t version)
return ss.str();
}
-char const kETag[] = "Etag";
+char const kETag[] = "etag";
} // namespace
// TrafficInfo::RoadSegmentId -----------------------------------------------------------------