Skip to content

Commit 3c8d5dd

Browse files
committed
Some improvements.
1 parent ba90d46 commit 3c8d5dd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Professional Support](https://www.totaljs.com/img/badge-support.svg)](https://www.totaljs.com/support/) [![Chat with contributors](https://www.totaljs.com/img/badge-chat.svg)](https://messenger.totaljs.com) [![NPM version][npm-version-image]][npm-url] [![NPM quality][npm-quality]](http://packagequality.com/#?package=total.js) [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Gitter chat](https://badges.gitter.im/totaljs/framework.png)](https://messenger.totaljs.com) [![Known Vulnerabilities](https://snyk.io/test/npm/total.js/badge.svg)](https://snyk.io/test/npm/total.js)
44

55
Node.js framework
6-
=====================
6+
=================
77

88
__Total.js framework__ is a framework for Node.js platfrom written in `pure` JavaScript similar to PHP's Laravel or Python's Django or ASP.NET MVC. It can be used as web, desktop, service or IoT application.
99

@@ -132,6 +132,7 @@ Please support the framework on social networks.
132132
- [Follow Total.js on LinkedIn](https://www.linkedin.com/groups/totaljs-8109884)
133133

134134
## Contact
135+
135136
- (c) 2012-2018 by Peter Širka - <petersirka@gmail.com>
136137
- contact form <https://www.totaljs.com/contact/>
137138
- <info@totaljs.com>

utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ function request_proxy(options, callback) {
631631
proxy.path = options.uri.hostname + ':443';
632632
proxy.headers = PROXYHEADERS;
633633
proxy.method = 'CONNECT';
634+
proxy.agent = false;
634635

635636
if (proxy._auth)
636637
proxy.headers['Proxy-Authorization'] = proxy._auth;

0 commit comments

Comments
 (0)