#21787: Slow web interface (uhttpd errors)
------------------------------+---------------------------------------
  Reporter:  quetzalin        |      Owner:
      Type:  defect           |     Status:  new
  Priority:  response-needed  |  Milestone:  Designated Driver (Trunk)
 Component:  luci             |    Version:  Trunk
Resolution:                   |   Keywords:
------------------------------+---------------------------------------

Comment (by t0t3m1n):

 I have the same issue, i think the problem is the "has_curlssl" variable
 in /usr/lib/lua/luci/tools/ddns.lua. Changing the intialization line:


 $(which curl) -V | grep "Protocols:"

 with

 $(which curl) -V 2>&1 | grep "Protocols:"

 fixes the issue on my router (curl is not present)

--
Ticket URL: <https://dev.openwrt.org/ticket/21787#comment:7>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to