nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
381 stars 86 forks source link

Cookie Expires Time Format #161

Closed ariefrahmansyah closed 5 years ago

ariefrahmansyah commented 7 years ago

This PR is to fix: #151

Reference: https://tools.ietf.org/html/rfc6265#section-3.1 https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Date

CLAassistant commented 7 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

nuxeojenkins commented 7 years ago

From the blame information on this pull request, potential reviewers: @bdelbosc

ariefrahmansyah commented 6 years ago

@bdelbosc hello. can you review my pr?

VegaFromLyra commented 5 years ago

Any chance this PR can be revisited? I have been running into this issue as well (only other workaround I have had is to build Funkload from source after patching this up locally)