()
| 17 | } |
| 18 | |
| 19 | func (this *HTTPRequest) checkLnRequest() bool { |
| 20 | return false |
| 21 | } |
| 22 | |
| 23 | func (this *HTTPRequest) getLnOrigin(excludingNodeIds []int64, urlHash uint64) (originConfig *serverconfigs.OriginConfig, lnNodeId int64, hasMultipleNodes bool) { |
| 24 | return nil, 0, false |