Coder Social home page Coder Social logo

Comments (6)

avwo avatar avwo commented on April 30, 2024

是配置失效了,还是请求发不出去,whistle的Network能看到请求吗?

from whistle.

jruif avatar jruif commented on April 30, 2024

是请求得不到响应,请求也是能看到的。

这是overview:

Url http://xxx.com/static/js/vendor.js
Real Url http://127.0.0.1:3100/static/js/vendor.js
Method GET
Http Version 1.1
Status Code aborted
Status Message
Host IP 127.0.0.1
Client IP 127.0.0.1
Request Length 0
Content Length
Start Date 2016/2/25 下午4:53:37
DNS Lookup 0ms
Request Sent 1ms
Response Headers 36001ms
Content Download 36001ms

这是规则:

rule http://xxx.com/static http://127.0.0.1:3100/static/

from whistle.

avwo avatar avwo commented on April 30, 2024

我重试了下没有出现你说的情况,从这些信息来看,是http://127.0.0.1:3100/static/xxx一直hold着没有返回,下次出现这种情况,直接访问http://127.0.0.1:3100/static/xxx看下是否正常,或者重启下你本地的静态服务器看看。

PS:如果只是替换本地静态文件,可以用这两个功能:filexfile

有问题可以加QQ群反馈:462558941

from whistle.

avwo avatar avwo commented on April 30, 2024

@jruif 你本地服务器用什么搭建的?初步定位是tcp连接复用导致的问题,对某些服务器会出现这种情况,如果出现这个问题的域名,可以先用 xxx.yyy.com disable://keepAlive 对特定域名禁用tcp连接复用,后面我再发新的版本fix这个问题

from whistle.

jruif avatar jruif commented on April 30, 2024

自己使用node搭建的本地测试服务器。

from whistle.

avwo avatar avwo commented on April 30, 2024

已fix,更新whistle

from whistle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.