The Expires field in cookies has failed pre-assert.

2017-01-08 Thread
For example, When call some Twitter APIs: (ns foo (:require [clj-http.client :as http] [ring.util.response :as ring]) (:import [clojure.lang ExceptionInfo])) (try (let [response (http/post "https://api.twitter.com/1.1/statuses/show.json";)] #_"Something to do." (rin

Re: The Expires field in cookies has failed pre-assert.

2017-01-08 Thread
s the author could explain what they're trying to do? > > - James > > On 8 January 2017 at 14:00, 松舘剛志 > wrote: > >> For example, >> >> >> When call some Twitter APIs: >> >> >> (ns foo >> (:require [clj-http.client :as http]

Re: The Expires field in cookies has failed pre-assert.

2017-01-08 Thread
I hope to think so too, but I don't know what will happen when remove cookie... 2017年1月9日月曜日 12時32分47秒 UTC+9 James Reeves: > > On 9 January 2017 at 02:37, 松舘剛志 > wrote: > >> Hi, James. >> Thank you for response. >> >> I've understood clj-http resp

Re: The Expires field in cookies has failed pre-assert.

2017-01-08 Thread
id=v1%3A148393354710069437; Domain=.twitter.com; Path=/; Expires=Wed, 09-Jan-2019 03:45:47 UTC", "strict-transport-security" "max-age=631138519", "x-connection-hash" "5a8dfea65232a4e496412857c3c02242", "x-response-time" "101"} Ring

Re: The Expires field in cookies has failed pre-assert.

2017-01-08 Thread
13時12分20秒 UTC+9 James Reeves: > > On 9 January 2017 at 03:43, 松舘剛志 > wrote: > >> I hope to think so too, but I don't know what will happen when remove >> cookie... >> > > What's the purpose of your code? > > Your code takes a response from the Twi