You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db.exists() sends "keep-alive" HEAD requests, but at least for me (io.js v1.0.3) it doesn't works and db.exists() callback is never invoked. Following code reproduces this issue: "GET keep-alive", "GET close" and "HEAD close" are called but "HEAD keep-alive" is not called.
db.exists()
sends "keep-alive" HEAD requests, but at least for me (io.js v1.0.3) it doesn't works anddb.exists()
callback is never invoked. Following code reproduces this issue: "GET keep-alive", "GET close" and "HEAD close" are called but "HEAD keep-alive" is not called.The text was updated successfully, but these errors were encountered: