Skip to content

Commit

Permalink
Fix typo in RELEASE_NOTES
Browse files Browse the repository at this point in the history
Change-Id: Ib6b06229f43d8b6c993fdf9c2eb51095aeb64289
Reviewed-on: http://review.couchbase.org/85876
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed Nov 22, 2017
1 parent c922877 commit 8ce52f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
lcb_METRICS* my_metrics;
lcb_cntl(instance, LCB_CNTL_GET, LCB_CNTL_METRICS, &my_metrics);

* [CCBC-870](https://issues.couchbase.com/CCBC-870): Fix updating URL on retry. When retrying HTTP request, instead of replacing just `host:port` part of the old URL, the library inserted full URL.
* [CCBC-870](https://issues.couchbase.com/browse/CCBC-870): Fix updating URL on retry. When retrying HTTP request, instead of replacing just `host:port` part of the old URL, the library inserted full URL.

* [CCBC-547](https://issues.couchbase.com/browse/CCBC-547): Detect dead sockets under libuv.

Expand Down

0 comments on commit 8ce52f9

Please sign in to comment.