senioi
senioi
@jackpal Thanks for your reply. This sample.zip just a torrent file, It is not an executable file. [sample_2.zip](https://github.com/jackpal/bencode-go/files/2322409/sample_2.zip)
大佬更新下这个吧,想测试下新版fastAPI
希望支持https测试. 目前测试开销感觉大了,读取了body,如果可以在获取header或者状态码的时候就抛弃就更好了,减少很多资源开销.
非常期待支持https压测,现在几乎所有线上都是https了.
@yaya2007 谢谢回复,抱歉,以后注意.
抱歉,我重开了这个issue 我尝试在menu.lst里加入一个freebsd的iso 这是参数 > title freeBSD > find --set-root --ignore-floppies --ignore-cd /mfsbsd.iso > map /mfsbsd.iso (0xff) > map --hook > chainloader (0xff) > **set kFreeBSD.mfsbsd.test="test"** > 但是提示参数错误,我该如何才能支持参数传递呢? linux的grub和grub2下是直接设置: **set kFreeBSD.mfsbsd.test="test"**,...
> > title freeBSD > > find --set-root --ignore-floppies --ignore-cd /mfsbsd.iso > > map /mfsbsd.iso (0xff) > > map --hook > > chainloader (0xff) > > ~set kFreeBSD.mfsbsd.test="test"~ > >...
> If you want to modify the parameters, it is best to load grub2 from grub4dos. > You can extract and edit the grub.cfg file - or you can load...
> CookieSecure 感谢大佬回复,目前还有个问题, AllowCredentials = "true" 目前FastHttpApi只回复OPTIONS请求,而POST或者GET(允许的请求)没有附带这个头  如果再次POST的时候,会收到如下提示:  这个错误是服务器没返回AllowCredentials = "true" ,应该是所有请求都要包含这个
> onsAttribute类重写SetResponse,自己把内容加到输出头上 > 以下是默认实现 感谢大佬给出解决方案,希望大佬下次有空的时候更新下AllowCredentials = "true" ,在除了"OPTIONS"之外的请求附带这个头(如果设置了的话)